projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b78ce8f
)
(sendmail-send-it): Use user-mail-address.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 31 Aug 1995 23:48:58 +0000
(23:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 31 Aug 1995 23:48:58 +0000
(23:48 +0000)
lisp/mail/sendmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/sendmail.el
b/lisp/mail/sendmail.el
index 5384dc0cb25aa46706c9c210a162ea7c5f087fe3..0fa9502351719106ebe32694d179fbee121ac5ad 100644
(file)
--- a/
lisp/mail/sendmail.el
+++ b/
lisp/mail/sendmail.el
@@
-522,7
+522,7
@@
the user from the mailer."
;; they put one in themselves.
(goto-char (point-min))
(if (not (re-search-forward "^From:" delimline t))
- (let* ((login
(user-login-name)
)
+ (let* ((login
user-mail-address
)
(fullname (user-full-name)))
(cond ((eq mail-from-style 'angles)
(insert "From: " fullname)